From 2401213eec2348e149107edadbeaa512ac394aa3 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 31 Dec 2002 05:46:20 +0000 Subject: [PATCH] Include version in zip filename. --- gpsbabel/mingw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/mingw/Makefile b/gpsbabel/mingw/Makefile index 7760f7383..daa02329a 100644 --- a/gpsbabel/mingw/Makefile +++ b/gpsbabel/mingw/Makefile @@ -9,6 +9,6 @@ CFLAGS=-Iinclude -I../coldsync -O gpsbabel.exe: $(OBJS) $(CC) -static $(CFLAGS) $(OBJS) lib/libexpat.a -o gpsbabel.exe cp gpsbabel.exe /tmp - zip -j /tmp/gpsbabel.zip gpsbabel.exe libexpat.dll \ + zip -j /tmp/gpsbabel-$(VERSIOND).zip gpsbabel.exe libexpat.dll \ ../win32/gpsbabelfront.exe -- 2.30.2